@charset "UTF-8";
.hide {
  display: none;
}

#error-msg, .profile-error-msg {
  color: red;
  margin-left: 2px;
  margin-bottom: 3px;
}

#pricing {
  background-image: url(/images/counter-bg.png?54796c63ba5457ec8b087c02ea18f727);
}

#valid-msg, .profile-valid-msg {
  color: green;
  margin-left: 2px;
}

@media (min-width: 500px) {
  .emailStyle {
    width: 400px !important;
  }
}

.authImage {
  background-image: url(/images/progress-hd.png?4eb1b738be57296a5e9d24b24c55d8ce);
}

#menuSearch {
  background-color: #2A2B3A;
  border: none;
  color: #FFFFFF;
}

#kt_modal_add_user_scroll {
  max-height: 317px;
}

#kt_body {
  --kt-toolbar-height:55px;
  --kt-toolbar-height-tablet-and-mobile:55px ;
}

.iti {
  display: block !important;
  width: 100%;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.footer {
  position: fixed !important;
  bottom: 0 !important;
  z-index: 3 !important;
  width: 100%;
}

@media (min-width: 992px) {
  .content {
    padding: 0;
  }

  .header-fixed.toolbar-fixed .wrapper {
    padding-top: calc(60px + var(--kt-toolbar-height));
  }
}
.mb-90 {
  margin-bottom: 90px;
}

.form-control:disabled {
  background-color: #e4e6ef !important;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
}

.image-input .app-logo-image {
  max-width: 125px;
  max-height: 80px;
}

.user-icon .user-check-icon {
  transition: all 0.3s ease;
}
.user-icon .user-check-icon {
  color: #009ef7;
}

.brand-logo {
  max-width: 90px;
  max-height: 60px;
}

.dataTables_paginate .pagination .paginate_button:not(.active) .page-link:focus {
  background-color: unset;
  color: #5e6278;
}

.custom-circle {
  border-radius: 50% !important;
}

.feature-image {
  width: 63px;
  height: 63px;
  border-radius: 37px;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-banner-img {
  max-width: 800px;
  max-height: 640px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.plan-border-bottom {
  border-bottom: 1px dashed #eff2f5;
}

.plan-card-shadow {
  box-shadow: 0 0 20px 0 rgba(76, 87, 125, 0.05);
}

.plan-data {
  width: 60%;
}
@media (max-width: 767px) {
  .plan-data {
    width: 50%;
  }
}

@media (max-width: 375px) {
  .plan-controls {
    display: initial !important;
  }
  .plan-controls > div:first-child {
    width: 100% !important;
  }
}

.delete-btn.btn.btn-active-color-danger:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g) {
  fill: #a1a5b7 !important;
}

.delete-btn:hover.btn.btn-active-color-danger:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g) {
  fill: #d9534f !important;
}

.carousel-control-next:focus, .carousel-control-prev:focus {
  background-color: #90d2f2 !important;
}

.carousel-control-next:hover, .carousel-control-prev:hover {
  background-color: #0ea6e9 !important;
}

.icon-success svg rect, .icon-success svg path {
  fill: #50cd89;
}

.icon-danger svg rect, .icon-danger svg path {
  fill: #fd9e9e;
}

.vcard__testimonial .testimonial-slider .slick-slide {
  display: none;
}

.plan-slider .slick-track {
  padding-top: 20px;
}
.plan-slider .slick-next:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #0ea6e9;
}
.plan-slider .slick-prev:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #0ea6e9;
}
.plan-slider .slick-dots li button:before {
  font-size: 24px;
}
.plan-slider .slick-dots li button:hover:before {
  color: #0ea6e9;
}
.plan-slider .slick-dots li.slick-active button:before {
  color: #0ea6e9;
}

.back-btn {
  background-color: #009ef7;
  border-color: #009ef7;
  color: #fff;
}
.back-btn:hover, .back-btn:focus {
  background-color: #0095e8 !important;
  border-color: #0095e8;
}
.back-btn:focus {
  box-shadow: none;
}

.card-title {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 24px 0;
  font-weight: 700;
}
@media (max-width: 992px) {
  .card-title {
    display: block;
    overflow-x: hidden;
  }
}

.weekly-content {
  display: flex;
  align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid #cecece;
}
.weekly-content .checkbox-content {
  width: 88px;
}
.weekly-content .weekly-icon {
  margin-left: auto;
}
@media (max-width: 1035px) {
  .weekly-content .weekly-icon {
    top: 0;
  }
}
.weekly-content .plus-icon {
  width: 44px !important;
}
.weekly-content .small-border {
  align-items: center;
  display: flex;
  font-size: 15px;
  padding: 0 5px 0 5px;
}

.copy-card {
  position: absolute !important;
  z-index: 10 !important;
  width: 170px;
  box-sizing: border-box;
  padding: 6px 0;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  right: 0 !important;
  top: 10px !important;
}
.copy-card .copy-label {
  padding: 8px 14px;
}

@media (max-width: 600px) {
  .pricing .slick-prev, .pricing .slick-next {
    display: none !important;
  }
}
.pricing .slick-dots {
  width: calc(100% - 50px);
  left: 50%;
  transform: translateX(-50%);
}

.custom-font {
  font-size: 12px !important;
}
.custom-font i {
  font-size: 15px !important;
}

@media (max-width: 576px) {
  .custom-toolbar {
    justify-content: end;
    width: 100%;
  }
}

@media (max-width: 576px) {
  .custom-group-text {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (max-width: 576px) {
  .custom-plan-card {
    min-height: 0 !important;
  }
}

@media (max-width: 992px) {
  .custom-toolbar {
    padding: 0 !important;
  }
}

@media (max-width: 400px) {
  .col-xs {
    width: 100%;
  }
}
